home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Communications / Internet / Anarchie-160 ƒ / Example Scripts / New Stuff < prev    next >
Encoding:
Text File  |  1995-03-06  |  287 b   |  9 lines  |  [TEXT/ToyS]

  1. tell application "Anarchie"
  2.     set base to "ftp://user:password@host/"
  3.     mkdir url base & "testdir"
  4.     mkdir url base & "inside"
  5.     rename url base & "inside" newname "testdir/nowinside"
  6.     remove url base & "testdir/nowinside"
  7.     remove url base & "testdir"
  8.     sendcommand url base & "help"
  9. end tell